userRubatcancel
branchGarrys Mod/maincancel

3,055 Commits over 2,983 Days - 0.04cph!

9 Years Ago
Attempted Linux build error fix
9 Years Ago
* Fixed buildcubemaps not writing built cubemaps to the .bsp
9 Years Ago
Bumped steam.inf Patch Version
9 Years Ago
* Fixed player poserparameters being desync on server after a model change
9 Years Ago
* GitSync * Fixed OSX Build error * Removed 2 obsolete/no longer user Steamworks API files * Fixed util.KeyValuesToTable incorrectly interpreting keys starting with
9 Years Ago
* GitSync * Fixed Linux build error * Possible fix for Linux autorefresh
9 Years Ago
* Moved new ammo functions to "game" library * Fixed some content not being extracted from compressed PAK files * Fixed bullets and traces hitting non solid players * Added "maxcarry" and "flags" to game.AddAmmoType * Added missing TF2 map icons * GitSync
9 Years Ago
* Updated Bootil to latest version ( Attempted fix for autorefresh folder locking ) * GitSync * Added GetAmmoName( int id ) * Added GetAmmoID( string name ) * Added GetAmmoMax( int id ) - Returns real maximum value for given ammo type * Added CTakeDamageInfo:GetDamageBonus() * Added CTakeDamageInfo:SetDamageBonus( float bonus ) * Added CTakeDamageInfo:SetReportedPosition( Vector pos ) * Added CTakeDamageInfo:GetDamageCustom() * Added CTakeDamageInfo:SetDamageCustom( float custom ) * Added CRecipientFilter:RemovePAS() * Added CRecipientFilter:GetPlayers()
9 Years Ago
* Fixed TF2 compressed maps crashing on load
9 Years Ago
Adjusted the "unreasonable position/angle" thing,
9 Years Ago
▆▄▇▌▋ ▍▅▅█▌▆▆ ▊▌▍▆▉ ( ▌▆▊▆ )
9 Years Ago
* Fixed unmounting addons not working * Fixed uninstalling addons not unmounting them * Fixed disabled addons still opening the .gma files * Fixed disabled addons still being mounted in offline mode
9 Years Ago
* Added Entity Class and Index to the "Ignoring unreasonable position" message ! Fixed server.cfg download exploit ! Fixed 2 exploits that allowed to circumvent RunConscoleCommand blocked commands
9 Years Ago
▍▍▇▇▆ ▌▅▌ ▅▉▊▍▍▆▄ ▉▊▉-▅▍▆ ▄▉▅▆▉▌ ▊▋▍██▉ ▄█▌▄▍▋▇ ██▇▋ ▋▄▌▋▄▄▅ ▍▋▅▍▍█ ▆▅▋▄▉▄ ▅▅ ▅▇▍▌▅█▊ ▋▌▉ ▌▊▋▇ ▆▋ ▄▉▋▋▉▊█ ▄▉▇▌▌ .▄▆▌ ▇▆▊▉▊ * ▍▍▍▉▉ ▅▍▊▅▆▊.▌▌▍▄▄▇▇ ▉▉ ▌▌▆▋▊▌ ▋▊▊▉█▅▌ * ▉▌▄▊▅ ▆█▋▌▍▆:▋▍▍▄▅▌▍▌()
9 Years Ago
▅▆▋█▋▇█ ▍▉▋▍▉▋▇ █ ▄█▋▉▅
9 Years Ago
Oops, forgot to add this file
9 Years Ago
* Fixed some TF2 maps crashing the game on load ( Not all of them though ) * Fixed util.Decal not working in multiplayer * Added "filter" scripted entity type * GitSync
9 Years Ago
* GitSync * Added Entity.AddToMotionController * Added Entity.RemoveFromMotionController
9 Years Ago
* Fixed SetPos and SetAngles crashinh with math.huge and tonumber("nan") * GitSync
9 Years Ago
* Fixed SWEPs not being fried by some NPCs * Fixed the "Setting Holdtype to empty string" problem * Added 3 new backgrounds from the last 3 update posts
9 Years Ago
* GitSync * Fixed Custom Bullet Tracers not applying in some cases * Fixed collision box for all weapons not being rotated properly * Fixed Weapons with SF_WEAPON_START_CONSTRAINED spawnflag not being constrained * Fixed debugoverlay.BoxAngles 6th parameter (color)
9 Years Ago
* Updated language files * GitSync * util.TraceLine now hits player hitboxes outside of collision bounds * NPCs now use the ai_weapon_* counterparts when given HL2 weapons with NPC:Give()
9 Years Ago
* Fixed a crash problem with NPC player companions * Fixed func_tank custom ammo types ( Fixes Episode 2 Auto Turret ) * Fixed npc_strider not dealing damage with his fast minigun attack * Fixed server workshop downloads persisting after disconnecting from a server while downloading server workshop addons and connecting to another
9 Years Ago
* GitSync * Added Player.SetLaggedMovementValue * Added Player.GetLaggedMovementValue
9 Years Ago
Fixed a crash problem with all PhysObj functions when called on invalid PhysObj
9 Years Ago
* Possibly fixed a physics crash * Fixed glass PHX panels igniting when shot * Fixed a PHX material (zc_tube.vmt) having bad symbols * Fixed models/noesis/donut.mdl erroring to console when spawned
9 Years Ago
Properly fixed bullet hit detection
9 Years Ago
* GitSync * Fix default crouched hull height * Reverted changes to Entity.SequenceDuration * GMPublish: Clean up quota before updating/creating an addon, don't delete files from quota as soon as finishing updating
9 Years Ago
* GitSync * Fixed a crash issue with npc_turret_floor * Removed CNavArea.GetAdjacentAreaAtSide * Added Warning()s to net.Send & net.SendOmit * Entity.SetBonePosition's first argument is now not optional * Last 5 arguments of EmitSentence & EmitSound globals are now optional
9 Years Ago
* Prevented "CEngineSoundServer::PrecacheSound: Bad string" from crashing the game * Added more .ogg checks to sound functions * Added CSoundPatch.GetSoundLevel() * Added CSoundPatch.GetVolume() * Added CSoundPatch.GetPitch()
9 Years Ago
Disable new NWVars again for now
9 Years Ago
* npc_dog no longer leaves effects behind * npc_dog no longer has "Play Catch" behaviour enabled by default * Player.Say() how properly uses the teamonly parameter * PlayerSay hook now properly detects the teamonly chat
9 Years Ago
* Fixed TTT bugs * Fixed advanced timers
9 Years Ago
* npc_barnacle no longer picks up players in noclip * weapon_crossbow no longer leaves player zoomed in if dropped or removed * GitSync
9 Years Ago
Fixed a huge exploit with "cvarlist" console command
9 Years Ago
* Attempted fix for unsigned integers in net messages #2 * Hardcore-er hardcoded ban for those naughty servers
9 Years Ago
* Increased env_projectedtexture max range in multiplayer to 54k * Fixed new navmesh functions using 0-based indexing for tables ( Now uses 1-based ) * Added error messages to net.Send and net.SendOmit
9 Years Ago
* GitSync * net.WriteBit now also accepts numbers * Added debug output to net.ReadUInt * Hardcoded ban for a certain naughty server * Fixed an exploit with OpenFolder
9 Years Ago
* Fixed GMPublish not updating addon tags * Fixed game_ui entity not releasing player input on player death.
9 Years Ago
Apparently these are used for menu state.
9 Years Ago
Fogot new TTT files
9 Years Ago
* Renamed c_hands to c_arms * Added CLuaLocomotion.IsAscendingOrDescendingLadder() * Added CLuaLocomotion.IsUsingLadder() * Added CNavArea.GetLaddersAtSide( NavLadderDir ) * Added CNavArea.GetLadders() * Added CNavLadder.IsConnectedAtSide( CNavArea, NavLadderDir ) * Removed CNavLadder.IsUsableByTeam() * Removed CNavLadder.GetLadderEntity() * GitSync
9 Years Ago
* Added models/weapons/c_hands.mdl * Updated weapon_fists.lua * Added NAV_MESH_ enums * Renamed CNavArea.GetAdjacentArea( NavDir ) to CNavArea.GetAdjacentAreaAtSide( NavDir ) * Added CNavArea.GetAdjacentArea() * Renamed CNavArea.GetRandomAdjacentAreaAtSide( NavDir ) to CNavArea.GetRandomAdjacentAreaAtSide( NavDir ) * Renamed CNavArea.GetAdjacentArea( NavDir, num ) to CNavArea.GetAdjacentAreaAtSide( NavDir, num ) * Renamed CNavArea.IsConnected( Area, NavDir ) to CNavArea.IsConnectedAtSide( NavDir ) * Added CNavArea.IsConnected( Area ) * Renamed CNavArea.GetAdjacentAreas( NavDir ) to CNavArea.GetAdjacentAreasAtSide( NavDir ) * Renamed CNavArea.GetAllAdjacentAreas() to CNavArea.GetAdjacentAreas() * Renamed CNavArea.GetIncomingConnections( NavDir ) to CNavArea.GetIncomingConnectionsAtSide( NavDir ) * Renamed CNavArea.GetAllIncomingConnections() to CNavArea.GetIncomingConnections()
9 Years Ago
Goddamit
9 Years Ago
Rename new CRecipientFilter functions to AddPAS and GetCount
9 Years Ago
* Updated BASS.DLL to 2.4.11 * stopsound now also stops all BASS.DLL sounds * Added Panel:GetZPos() * Added CRecipientFilter:AddRecipientsByPAS( vec ) * Added CRecipientFilter:GetRecipientCount() * Added second optional argument to CreateSound() - channel
9 Years Ago
* Added custom icon for srcds.exe
9 Years Ago
* Added CNavArea.GetIncomingConnections( NavDir ) * Added CNavArea.GetAllIncomingConnections() * GMPublish: Removed the need for steam_appid.txt * Fixed Hammer making Steam show you as playing Garry's Mod * Added navmesh for gm_flatgrass
9 Years Ago
* Fixed Lua fonts being deleted on resolution change * Fixed bad NextBot collisions with players by default * Fixed NextBots not being able to walk through PLAYERCLIP brushes by default * Added NextBot.GetSolidMask() * Added NextBot.SetSolidMask( int ) * Prevented servers from being able to force screen resolution on players
9 Years Ago
* Fixed Lua errors when printing invalid Panels and Physics objects * Added navmesh.GetAllNavAreas() * Added navmesh.GetNavLadderByID() * Added CNavLadder class ( experimental ) * Added CNavLadder.IsUsableByTeam( int team, int ladderDirection ) * Added CNavLadder.GetPosAtHeight( float height ) * Added CNavLadder.GetNormal() * Added CNavLadder.GetLadderEntity() * Added CNavLadder.IsValid() * Added CNavLadder.GetID() * Added CNavArea.IsValid() * Updated gm_construct nav file to be less shit